





.new-color{
  color: #dbdbdb ;
}




.swiper {
    width: 100%;
    max-width: 1200px;
    height: 220px;
    margin: 10px auto;
    border-radius: 15px;
    overflow: hidden;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width:768px) {
    .swiper{
        height: 200px;
    }
    .text-base{
        font-size: 11px !important;
    }
    .text-xs, [text-xs=""]{
        font-size: 10px !important;
    }

}

@media (max-width:700px) {
    #wheel-btn-box{
        transform:unset !important;
        left: 85% !important;
    }
    
}


@media (max-width:500px) {
    .swiper{
        height: 160px;
    }
}

.swiper-pagination-bullet{
    width: 18px;
    height: 4px;
    border-radius: 5px;
}
.swiper-pagination-bullet-active{
    background-color: #f5c518;
}


.roulette-pointer{
    animation: t 2s ease infinite;
}

/* @keyframes t {
    0%{
        transform: translate(-50%, -50%) rotate(0);
    }
    50%{
        transform: translate(-50%, -50%) rotate(90deg);
    }
    100%{
        transform: translate(-50%, -50%) rotate(360deg);
    }
} */


.main-box-item{
    display: none;
}

.main-box-item.show{
    display: block !important;
}

.wheel-box{
    display: none;
}
.wheel-box.active{
    display: block !important;
}


.van-notice-bar__content{
  display: inline-block;
  padding-left: 100%;
  animation: marquee 15s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}



/* .index-wrap .tools-part.no-2 .deposit .icon[data-v-4d338b4b]{
    background: url(/assets/img/1.png) !important;
}

.index-wrap .tools-part.no-2 .exit .icon[data-v-4d338b4b]{
    background: url(/assets/img/2.png) !important;
}

.index-wrap .tools-part.no-2 .company .icon[data-v-4d338b4b]{
     background: url(/assets/img/3.png) !important;
} */


.a-t-9 .container-login{
    box-sizing: border-box;
    padding-bottom: 100px;
}

.main-b-slide .swiper-slide{
    height: unset !important;
}



.activated{
    display: block !important;
}
.hidden{
    display: none !important;
}







.custom-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #333;
  background: #f8f9fa; /* روی خاکستری روشن اوکی میشه */
  border-radius: 8px;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 100px;
}

.custom-table thead {
  background: #e5e7eb; /* خاکستری ملایم */
}

.custom-table th, 
.custom-table td {
  padding: 10px 14px;
  text-align: left;
}

.custom-table th {
  font-weight: 600;
  color: #444;
}

.custom-table tbody tr:nth-child(even) {
  background: #f3f4f6; /* لایت‌تر */
}

.custom-table tbody tr:hover {
  background: #e0e7ff; /* یه هینت آبی ملایم برای هوور */
}

.custom-table .amount {
  color: #16a34a; /* سبز جوئلی‌تر */
  font-weight: 500;
}



.van-col.van-col--8.text-center{
    text-align: left;
}

.lang-wrap{
  margin-top: 40px;
}
.recharge-item,.lang-cell{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed white;
    margin: 10px 20px;
    padding: 12px 0;
    cursor: pointer;
}
.recharge-item .items-center{
  gap: 10px;
  font-size: 13px;
    position: relative;
}
.recharge-box{
    margin-top: 42px;
    padding-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.recharge-item .items-center .img-wrapper{
    position: relative;
}





.skeleton {
  position: relative;
  overflow: hidden;
  background-color: #b1b1b1 !important; 
  border-radius: 8px;     
  color:#b1b1b1 !important ;
}


.skeleton::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.6),
    transparent
  );
  transform: translateX(-100%);
  animation: skeleton-shine 1.5s infinite;
}

@keyframes skeleton-shine {
  100% {
    transform: translateX(100%);
  }
}


.skeleton.circle {
  border-radius: 50%;
}

.skeleton.text {
  height: 14px;
  border-radius: 4px;
}

.skeleton img{
    opacity: 0;
}

.skeleton *{
    color: #b1b1b1;
}

.recharge-wrap{
    margin-top: 41px;
}

.financial-wrap {
    margin-top: 10px;
    margin-bottom: 10px;
}
.financial-wrap .text-center{
    font-size: 13px;
}

.van-empty{
    display: flex;
    flex-direction: column;
    align-items: center;
}
    
.van-config-provider{
    padding-top: 18px;
    padding-bottom: 50px;
}





/* From Uiverse.io by abrahamcalsin */ 
.dot-spinner {
  --uib-size: 2.8rem;
  --uib-speed: .9s;
  --uib-color: #183153;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: var(--uib-size);
  width: var(--uib-size);
  margin: 0 auto;
}

.dot-spinner__dot {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}

.dot-spinner__dot::before {
  content: '';
  height: 20%;
  width: 20%;
  border-radius: 50%;
  background-color: #7b7b7b;
  transform: scale(0);
  opacity: 0.5;
  animation: pulse0112 calc(var(--uib-speed) * 1.111) ease-in-out infinite;
  box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
}

.dot-spinner__dot:nth-child(2) {
  transform: rotate(45deg);
}

.dot-spinner__dot:nth-child(2)::before {
  animation-delay: calc(var(--uib-speed) * -0.875);
}

.dot-spinner__dot:nth-child(3) {
  transform: rotate(90deg);
}

.dot-spinner__dot:nth-child(3)::before {
  animation-delay: calc(var(--uib-speed) * -0.75);
}

.dot-spinner__dot:nth-child(4) {
  transform: rotate(135deg);
}

.dot-spinner__dot:nth-child(4)::before {
  animation-delay: calc(var(--uib-speed) * -0.625);
}

.dot-spinner__dot:nth-child(5) {
  transform: rotate(180deg);
}

.dot-spinner__dot:nth-child(5)::before {
  animation-delay: calc(var(--uib-speed) * -0.5);
}

.dot-spinner__dot:nth-child(6) {
  transform: rotate(225deg);
}

.dot-spinner__dot:nth-child(6)::before {
  animation-delay: calc(var(--uib-speed) * -0.375);
}

.dot-spinner__dot:nth-child(7) {
  transform: rotate(270deg);
}

.dot-spinner__dot:nth-child(7)::before {
  animation-delay: calc(var(--uib-speed) * -0.25);
}

.dot-spinner__dot:nth-child(8) {
  transform: rotate(315deg);
}

.dot-spinner__dot:nth-child(8)::before {
  animation-delay: calc(var(--uib-speed) * -0.125);
}

@keyframes pulse0112 {
  0%,
  100% {
    transform: scale(0);
    opacity: 0.5;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }
}





/* From Uiverse.io by andrew-demchenk0 */ 
.success {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  width: 320px;
  padding: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  background: #EDFBD8;
  border-radius: 8px;
  border: 1px solid #84D65A;
  box-shadow: 0px 0px 5px -3px #111;
}

.success__icon {
  width: 20px;
  height: 20px;
  transform: translateY(-2px);
  margin-right: 8px;
}

.success__icon path {
  fill: #84D65A;
}

.success__title {
  font-weight: 500;
  font-size: 14px;
  color: #2B641E;
}

.success__close {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-left: auto;
}

.success__close path {
  fill: #2B641E;
}


.green-his{
  color: rgb(86, 240, 86);
}
.red-his{
  color: rgb(202, 83, 62);
}

.navigation-content{
  border-bottom: 1px solid #8a8a8a !important;
}

.transactions-wrap{
  margin-top: 50px;
  border-radius: 10px !important;
}

.t-even-b{
background: #4d4d4d;
  border-radius: 5px;
}

.active-trades-box{
  max-height: 300px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}




.form-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(145deg, #6f6f6f, #2b2b2b);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    min-width: 400px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1;
}

.form-title {
    text-align: center;
    color: #ffffff;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.step {
    display: none;
    animation: slideIn 0.5s ease-out;
}

.step.active {
    display: block;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.form-group {
    margin-bottom: 25px;
}

label {
    display: block;
    color: #b8b8cc;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-container select, .form-container input {
    width: 100%;
    padding: 15px 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s ease;
    outline: none;
}

/* select:focus, input:focus {
    border-color: #6366f1;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
} */

select option {
   background: #494949;
  color: #ffffff;
  padding: 10px;
}

.btn {
    width: 100%;
    padding: 15px;
    background: linear-gradient(135deg, #855a2e, #a1a1a1);
    border: none;
    border-radius: 12px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
}

.btn:hover {
    background: linear-gradient(135deg, #57391b, #666666);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(133, 103, 75, 0.3);
}

.btn:active {
    transform: translateY(0);
}

.btn.secondary {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.btn.secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-1px);
}

.step-indicator {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.indicator-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 8px;
    transition: all 0.3s ease;
}

.indicator-dot.active {
   background: #855a2e;
  box-shadow: 0 0 15px rgb(240, 240, 240)
}

.selected-info {
    background: rgba(255, 255, 255, 0.05);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    border-left: 3px solid #875e35;
}

.selected-info h4 {
    color: #ffffff;
    margin-bottom: 5px;
}

.selected-info p {
    color: #b8b8cc;
    font-size: 14px;
}

.button-group {
    display: flex;
    gap: 15px;
}

.button-group .btn {
    flex: 1;
}


#closeStartTradeBox{
  position: absolute;
  left: 10px;
  top: 0;
  width: 35px;
  cursor: pointer;
}











.withdraw-wrap {

  background: linear-gradient(145deg, #6f6f6f, #2b2b2b);
  padding: 12px;
  border-radius: 20px;
  box-shadow:
      0 20px 60px rgba(0, 0, 0, 0.4),
      inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 1000;
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 10px;
}

.withdraw-form-title {
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.withdraw-step {
  display: none;
  animation: withdrawSlideIn 0.5s ease-out;
}

.withdraw-step.active {
  display: block;
}

@keyframes withdrawSlideIn {
  from {
      opacity: 0;
      transform: translateX(20px);
  }
  to {
      opacity: 1;
      transform: translateX(0);
  }
}

.withdraw-form-group {
  margin-bottom: 25px;
}

.withdraw-label {
  display: block;
  color: #b8b8cc;
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.withdraw-select, .withdraw-input {
  width: 100%;
  padding: 15px 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: #ffffff;
  font-size: 16px;
  transition: all 0.3s ease;
  outline: none;
}

.withdraw-select:focus, .withdraw-input:focus {
  border-color: #6366f1;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.withdraw-select option {
  background: #494949;
  color: #ffffff;
  padding: 10px;
}

.withdraw-btn {
  width: 100%;
  padding: 15px;
  background: linear-gradient(135deg, #855a2e, #a1a1a1);
  border: none;
  border-radius: 12px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
}

.withdraw-btn:hover {
  background: linear-gradient(135deg, #57391b, #666666);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(133, 103, 75, 0.3);
}

.withdraw-btn:active {
  transform: translateY(0);
}

.withdraw-btn.secondary {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.withdraw-btn.secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-1px);
}

.withdraw-step-indicator {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.withdraw-indicator-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 8px;
  transition: all 0.3s ease;
}

.withdraw-indicator-dot.active {
  background: #855a2e;
  box-shadow: 0 0 15px rgb(240, 240, 240);
}

.withdraw-selected-info {
  background: rgba(255, 255, 255, 0.05);
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  border-left: 3px solid #875e35;
}

.withdraw-selected-info h4 {
  color: #ffffff;
  margin-bottom: 5px;
}

.withdraw-selected-info p {
  color: #b8b8cc;
  font-size: 14px;
}

.withdraw-button-group {
  display: flex;
  gap: 15px;
}

.withdraw-button-group .withdraw-btn {
  flex: 1;
}

.withdraw-close-btn {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease;
}

.withdraw-close-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

.withdraw-crypto-option {
  display: flex;
  align-items: center;
  padding: 15px;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.withdraw-crypto-option:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #6366f1;
}

.withdraw-crypto-option.selected {
  border-color: #855a2e;
  background: rgba(133, 90, 46, 0.1);
}

.withdraw-crypto-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
}
.withdraw-crypto-details{
  margin-left: 7px;
}
.withdraw-crypto-details h4 {
  color: #ffffff;
  margin-bottom: 5px;
}

.withdraw-crypto-details p {
  color: #b8b8cc;
  font-size: 12px;
}

.withdraw-balance-info {
  background: rgba(133, 90, 46, 0.1);
  border: 1px solid #855a2e;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  text-align: center;
}

.withdraw-balance-info h3 {
  color: #855a2e;
  margin-bottom: 10px;
}

.withdraw-balance-info .balance {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
}

.withdraw-min-amount {
  color: #b8b8cc;
  font-size: 12px;
  margin-top: 5px;
}

.withdraw-error {
  color: #ff6b6b;
  font-size: 12px;
  margin-top: 5px;
  display: none;
}

.withdraw-success-icon {
  text-align: center;
  font-size: 60px;
  color: #4ecdc4;
  margin-bottom: 20px;
}

.withdraw-summary-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.withdraw-summary-item:last-child {
  border-bottom: none;
  font-weight: bold;
  color: #4ecdc4;
}

.withdraw-disabled {
  opacity: 0.6;
  cursor: not-allowed !important;
}

.withdraw-disabled:hover {
  transform: none !important;
  background: linear-gradient(135deg, #855a2e, #a1a1a1) !important;
}

.change-pwd-wrap{
  margin-top: 40px;
}








/* withdraw list */
.detailwithdraw-container {
  max-width: 100%;
  padding: 12px;
  height: 100%;
}

.detailwithdraw-header {
  text-align: center;
  margin-bottom: 20px;
  padding: 20px 0;
}

.detailwithdraw-header h1 {
  font-size: 1.8rem;
  font-weight: 700;
  background: linear-gradient(145deg, #ffffff, #cccccc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
}

.detailwithdraw-header p {
  color: #888;
  font-size: 0.9rem;
}

/* Mobile-first stats - 2x2 grid */
.detailwithdraw-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 25px;
}

.detailwithdraw-stat-card {
  background: linear-gradient(145deg, #6f6f6f, #2b2b2b);
  border-radius: 12px;
  padding: 12px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.detailwithdraw-stat-value {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 4px;
  background: linear-gradient(135deg, #f9b22b, #fff1e3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.detailwithdraw-stat-label {
  color: #aaa;
  font-size: 0.7rem;
  font-weight: 500;
}

/* Mobile-first list */
.detailwithdraw-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.detailwithdraw-item {
  background: linear-gradient(145deg, #6f6f6f, #2b2b2b);
  border-radius: 12px;
  padding: 12px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}
.detailwithdraw-item-info{
  display: flex;
  gap: 10px;
}
.detailwithdraw-item:active {
  transform: scale(0.98);
  transition: transform 0.1s ease;
}

.detailwithdraw-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: opacity 0.3s ease;
  opacity: 0;
}

.detailwithdraw-item:hover::before {
  opacity: 1;
}

/* Mobile-optimized item layout */
.detailwithdraw-item-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.detailwithdraw-item-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

.detailwithdraw-item-main {
  flex: 1;
  min-width: 0;
}

.detailwithdraw-item-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4px;
  gap: 8px;
}

.detailwithdraw-item-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}

.detailwithdraw-amount {
  font-size: 0.9rem;
  font-weight: 600;
  color: #fcc663;
  white-space: nowrap;
  flex-shrink: 0;
}

.detailwithdraw-item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.detailwithdraw-item-meta {
  color: #aaa;
  font-size: 0.7rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}

.detailwithdraw-status-badge {
  padding: 2px 6px;
  border-radius: 8px;
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  white-space: nowrap;
  flex-shrink: 0;
  text-align: center;
  padding: 5px;
  margin: 3px;
}

.detailwithdraw-status-badge.pending {
  background: rgba(249, 115, 22, 0.2);
  color: #f97316;
  border: 1px solid rgba(249, 115, 22, 0.3);
}

.detailwithdraw-status-badge.completed {
  background: rgba(34, 197, 94, 0.2);
  color: #22c55e;
  border: 1px solid rgba(34, 197, 94, 0.3);
}

.detailwithdraw-status-badge.failed {
  background: rgba(239, 68, 68, 0.2);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.3);
}

.detailwithdraw-status-badge.processing {
  background: rgba(59, 130, 246, 0.2);
  color: #3b82f6;
  border: 1px solid rgba(59, 130, 246, 0.3);
}

/* Mobile-optimized overlay */
.detailwithdraw-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  max-height: 90vh;
  overflow-y: auto;
}

.detailwithdraw-overlay.active {
  transform: translateY(0);
}

.detailwithdraw-detail-content {
  padding: 16px;
  background: linear-gradient(145deg, #6f6f6f, #2b2b2b);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
  min-height: 50vh;
}

.detailwithdraw-handle {
  width: 32px;
  height: 3px;
  background: #666;
  border-radius: 2px;
  margin: 0 auto 16px;
}

.detailwithdraw-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  font-size: 12px;
}

.detailwithdraw-close-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* Mobile detail header */
.detailwithdraw-detail-header {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.detailwithdraw-detail-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #4facfe, #00f2fe);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 8px 16px rgba(79, 172, 254, 0.3);
  margin: 0 auto 12px;
}

.detailwithdraw-detail-amount {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.detailwithdraw-detail-method {
  color: #aaa;
  font-size: 0.9rem;
  margin-bottom: 8px;
}

/* Mobile detail info */
.detailwithdraw-detail-info {
  margin-bottom: 24px;
}

.detailwithdraw-detail-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  gap: 12px;
}

.detailwithdraw-detail-label {
  color: #aaa;
  font-weight: 500;
  font-size: 0.8rem;
  flex-shrink: 0;
  min-width: 80px;
}

.detailwithdraw-detail-value {
  color: white;
  font-weight: 600;
  font-size: 0.8rem;
  text-align: right;
  word-break: break-all;
  line-height: 1.3;
}

/* Mobile timeline */
.detailwithdraw-timeline {
  margin-top: 20px;
}

.detailwithdraw-timeline-title {
  font-size: 1rem;
  margin-bottom: 16px;
  color: white;
  font-weight: 600;
}

.detailwithdraw-timeline-item {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  align-items: flex-start;
}

.detailwithdraw-timeline-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: 4px;
  flex-shrink: 0;
}

.detailwithdraw-timeline-dot.completed {
  background: #22c55e;
  box-shadow: 0 0 8px rgba(34, 197, 94, 0.5);
}

.detailwithdraw-timeline-dot.current {
  background: #3b82f6;
  box-shadow: 0 0 8px rgba(59, 130, 246, 0.5);
}

.detailwithdraw-timeline-dot.pending {
  background: #666;
}

.detailwithdraw-timeline-content h4 {
  color: white;
  margin-bottom: 2px;
  font-size: 0.85rem;
  font-weight: 600;
}

.detailwithdraw-timeline-content p {
  color: #aaa;
  font-size: 0.75rem;
  line-height: 1.3;
}

/* Tablet and larger screens */
@media (min-width: 768px) {
  .detailwithdraw-container {
      max-width: 1000px;
      padding: 20px;
  }

  .detailwithdraw-header {
      margin-bottom: 40px;
      padding: 20px 0;
  }

  .detailwithdraw-header h1 {
      font-size: 2.5rem;
      margin-bottom: 10px;
  }

  .detailwithdraw-header p {
      font-size: 1.1rem;
  }

  .detailwithdraw-stats {
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      margin-bottom: 40px;
  }

  .detailwithdraw-stat-card {
      border-radius: 15px;
      padding: 20px;
  }

  .detailwithdraw-stat-value {
      font-size: 2rem;
      margin-bottom: 5px;
  }

  .detailwithdraw-stat-label {
      font-size: 0.9rem;
  }

  .detailwithdraw-list {
      gap: 15px;
  }

  .detailwithdraw-item {
      border-radius: 15px;
      padding: 20px;
  }

  .detailwithdraw-item:hover {
      transform: translateY(-3px);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
      border-color: rgba(255, 255, 255, 0.2);
  }

  .detailwithdraw-item-content {
      gap: 15px;
  }

  .detailwithdraw-item-icon {
      width: 45px;
      height: 45px;
      border-radius: 10px;
      font-size: 18px;
  }

  .detailwithdraw-item-top {
      margin-bottom: 8px;
      gap: 15px;
  }

  .detailwithdraw-item-title {
      font-size: 1.1rem;
  }

  .detailwithdraw-amount {
      font-size: 1.3rem;
  }

  .detailwithdraw-item-bottom {
      gap: 15px;
  }

  .detailwithdraw-item-meta {
      font-size: 0.85rem;
  }

  .detailwithdraw-status-badge {
      padding: 6px 12px;
      border-radius: 20px;
      font-size: 0.75rem;
      letter-spacing: 0.5px;
  }

  .detailwithdraw-overlay {
      max-height: 85vh;
      border-top-left-radius: 25px;
      border-top-right-radius: 25px;
  }

  .detailwithdraw-detail-content {
      padding: 30px;
      border-top-left-radius: 25px;
      border-top-right-radius: 25px;
  }

  .detailwithdraw-handle {
      width: 40px;
      height: 4px;
      margin-bottom: 25px;
  }

  .detailwithdraw-close-btn {
      top: 25px;
      right: 25px;
      width: 35px;
      height: 35px;
      font-size: 16px;
  }

  .detailwithdraw-detail-header {
      margin-bottom: 30px;
      padding-bottom: 20px;
  }

  .detailwithdraw-detail-amount {
      font-size: 2rem;
  }

  .detailwithdraw-detail-method {
      font-size: 1rem;
  }

  .detailwithdraw-detail-row {
      padding: 15px 0;
      gap: 20px;
  }

  .detailwithdraw-detail-label,
  .detailwithdraw-detail-value {
      font-size: 1rem;
  }

  .detailwithdraw-timeline {
      margin-top: 30px;
  }

  .detailwithdraw-timeline-title {
      font-size: 1.2rem;
      margin-bottom: 20px;
  }

  .detailwithdraw-timeline-item {
      gap: 15px;
      margin-bottom: 20px;
  }

  .detailwithdraw-timeline-dot {
      width: 10px;
      height: 10px;
      margin-top: 5px;
  }

  .detailwithdraw-timeline-content h4 {
      font-size: 1rem;
      margin-bottom: 5px;
  }

  .detailwithdraw-timeline-content p {
      font-size: 0.9rem;
  }
}


.bg-com{
  background: linear-gradient(135deg, #00ff1c, #fdfdfd);
  background-clip: text;
}
.bg-rej{
  background:linear-gradient(135deg, #ff5100, #ec7f7f);
  background-clip: text;
}

.detailwithdraw-item-details h3{
  color:#bfab85;
}

.index-wrap .tools-part2[data-v-4d338b4b]{
  display: flex !important;
  justify-content: center;
}

.index-wrap .tools-part2 .part[data-v-4d338b4b]{
  width: 50%;
}


@media (max-width: 768px) {
  .index-wrap .tools-part2 .part[data-v-4d338b4b]{
    width: 100%;
  }
}

.lang-wrap{
  height: 100%;
}
.withdraw-wrap{
  height: 100%;
  padding: var(--mg);
}
.change-pwd-wrap{
  height: 100%;
}




.login,.register{
    height: 100% !important;
}

.van-config-provider{
    display: flex;
  flex-direction: column;
}

#app{
    background: var(--bg);
      min-height: 100vh;
}